0413人员追溯V6修改
This commit is contained in:
@@ -380,7 +380,7 @@ export default {
|
||||
},
|
||||
addTableData1() {
|
||||
this.ADD_disable = true
|
||||
addList(this.form.EntryName, this.form.remark, this.form.contractSigningDate).then(response => {
|
||||
addList(this.form.EntryName, this.form.remark, this.form.contractSigningDate, this.$store.state.user.id).then(response => {
|
||||
this.dialogFormVisible1 = false
|
||||
if (response.data[0].result === '1') {
|
||||
this.$message.success('添加成功')
|
||||
|
||||
Reference in New Issue
Block a user