提交业务申请规则
Showing
2 changed files
with
7 additions
and
9 deletions
... | @@ -129,7 +129,7 @@ export default { | ... | @@ -129,7 +129,7 @@ export default { |
129 | this.$emit("closeDialog"); | 129 | this.$emit("closeDialog"); |
130 | }, | 130 | }, |
131 | fetchData() { | 131 | fetchData() { |
132 | this.queryForm.sqywbm = this.djywbm; | 132 | this.queryForm.bsmSqyw = this.djqxObj.parentid; |
133 | selectQlxx({ ...this.queryForm, ...this.pageData }).then((res) => { | 133 | selectQlxx({ ...this.queryForm, ...this.pageData }).then((res) => { |
134 | if (res.code === 200) { | 134 | if (res.code === 200) { |
135 | let { total, records } = res.result; | 135 | let { total, records } = res.result; | ... | ... |
... | @@ -79,11 +79,7 @@ export default { | ... | @@ -79,11 +79,7 @@ export default { |
79 | isDialog: false, | 79 | isDialog: false, |
80 | btnDisabled: true, | 80 | btnDisabled: true, |
81 | djywbm: '', | 81 | djywbm: '', |
82 | 82 | djqxObj: {}, | |
83 | djqxObj: { | ||
84 | djqxbm: '', | ||
85 | djqxmc: '' | ||
86 | }, | ||
87 | bsmSqyw: '' | 83 | bsmSqyw: '' |
88 | } | 84 | } |
89 | }, | 85 | }, |
... | @@ -127,9 +123,11 @@ export default { | ... | @@ -127,9 +123,11 @@ export default { |
127 | list.forEach(item => { | 123 | list.forEach(item => { |
128 | this.$set(item, 'cselect', false) | 124 | this.$set(item, 'cselect', false) |
129 | }) | 125 | }) |
130 | item.cselect = true | 126 | item.cselect = true; |
131 | this.djqxObj.djqxbm = item.nodecode | 127 | this.djqxObj = item; |
132 | this.djqxObj.djqxmc = item.djqxmc | 128 | |
129 | // this.djqxObj.djqxbm = item.nodecode | ||
130 | // this.djqxObj.djqxmc = item.djqxmc | ||
133 | 131 | ||
134 | if (item.sffqlc == '1') { | 132 | if (item.sffqlc == '1') { |
135 | this.btnDisabled = false | 133 | this.btnDisabled = false | ... | ... |
-
Please register or sign in to post a comment