浏览代码

确权调查移动端

wulanhaote
yujk 3 年前
父节点
当前提交
e6c43b3ab1
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. +0
    -8
      src/views/authenticRight/index.vue

+ 0
- 8
src/views/authenticRight/index.vue 查看文件

@@ -1101,10 +1101,6 @@
})
},
onSubmitXCDC(values) {
this.xcdcform["createBy"] = this.userId
this.xcdcform["createTime"] = getNowFormatDate()
this.xcdcform["updateBy"] = this.userId
this.xcdcform["updateTime"] = getNowFormatDate()
let i = 0
if(this.xcdcform.item1=='N'){
i++
@@ -1187,10 +1183,6 @@
})
}},
onSubmitDHDC(values) {
this.dhdcform["createBy"] = this.userId
this.dhdcform["createTime"] = getNowFormatDate()
this.dhdcform["updateBy"] = this.userId
this.dhdcform["updateTime"] = getNowFormatDate()
if(this.dhdcform.id){
updateInvestigate(this.dhdcform).then(res => {
this.showDHDC = false


正在加载...
取消
保存