commit
This commit is contained in:
@@ -182,6 +182,7 @@ export default {
|
||||
},
|
||||
page () {
|
||||
this.spinShow = true
|
||||
// this.$http.get('lawss/sarItemsCompareHis/page', {
|
||||
this.$http.get('lawss/sarStandItemsCompareHis/page', {
|
||||
page: this.splitInfoPage,
|
||||
pageSize: this.splitInfoPageSize,
|
||||
|
||||
@@ -363,6 +363,8 @@
|
||||
department: '',
|
||||
responUserName: '',
|
||||
state: '',
|
||||
source: '',
|
||||
id: '',
|
||||
},
|
||||
itermsConditionsFlag: false,
|
||||
itermsConditionsTitle: '',
|
||||
@@ -454,6 +456,7 @@
|
||||
this.data[a].newText = this.editForm.newText
|
||||
this.data[a].reason = this.editForm.reason
|
||||
this.data[a].cause = this.editForm.cause
|
||||
this.$set(this.data, a, this.editForm);
|
||||
}
|
||||
}
|
||||
this.modalshowflag2 = false
|
||||
@@ -473,7 +476,9 @@
|
||||
cause: row.cause,
|
||||
department: row.department,
|
||||
responUserName: row.responUserName,
|
||||
state: row.state
|
||||
state: row.state,
|
||||
source: row.source,
|
||||
id: row.id,
|
||||
}
|
||||
},
|
||||
itermsConditionsClose () {
|
||||
@@ -592,6 +597,7 @@
|
||||
pId: this.pId
|
||||
}).then(res => {
|
||||
let data = JSON.parse(res.mesg);
|
||||
console.log(data);
|
||||
this.commentText5 = data.commentText5 || ''
|
||||
this.form.fjList = data.form ? data.form.fjList : (data.fjList ? data.fjList : [] )
|
||||
this.form.modelList = data.form ? data.form.modelList : (data.modelList ? data.modelList : [] )
|
||||
|
||||
@@ -573,7 +573,6 @@
|
||||
:data="standSystemOptions"
|
||||
show-checkbox
|
||||
node-key="id"
|
||||
default-expand-all
|
||||
check-strictly
|
||||
:default-checked-keys="TXJGList"
|
||||
:props="defaultProps">
|
||||
@@ -729,6 +728,10 @@
|
||||
this.TXJGmodal = false
|
||||
},
|
||||
TXJGenterDrawer () {
|
||||
if (this.$refs.TXJGTree.getCheckedNodes().length > 1) {
|
||||
this.$message.warning('仅能选择一个体系结构')
|
||||
return;
|
||||
}
|
||||
let list = this.$refs.TXJGTree.getCheckedNodes()
|
||||
let id = ''
|
||||
let name = ''
|
||||
|
||||
Reference in New Issue
Block a user