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