平台件项目库 修改合规设定
This commit is contained in:
+5
-7
@@ -103,13 +103,9 @@
|
||||
settingQueryForm() {
|
||||
getAction(this.url.settingQueryForm, { projectId: this.$route.query.id }).then((res) => {
|
||||
if (res.success) {
|
||||
this.$nextTick(() => {
|
||||
this.formInline.list = res.result? res.result : [{}]
|
||||
if(!res.result || res.result.length==0){
|
||||
this.formInline.list=[{}]
|
||||
}
|
||||
this.formInline.list = res.result ? res.result : [{}]
|
||||
console.log(this.formInline.list)
|
||||
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -150,7 +146,9 @@
|
||||
})
|
||||
},
|
||||
handleCancel() {
|
||||
this.formInline = {}
|
||||
this.formInline = {
|
||||
list:[{}]
|
||||
}
|
||||
this.visible = false
|
||||
},
|
||||
dateChange(item,index) {
|
||||
|
||||
Reference in New Issue
Block a user