Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
2 changed files
with
7 additions
and
7 deletions
... | @@ -135,7 +135,7 @@ | ... | @@ -135,7 +135,7 @@ |
135 | label="上手权利信息:" | 135 | label="上手权利信息:" |
136 | prop="ssQlxx.bdcqzh" | 136 | prop="ssQlxx.bdcqzh" |
137 | :rules="rules.ssQlxxrules" | 137 | :rules="rules.ssQlxxrules" |
138 | v-if="ruleForm.cfdj.sfbxf == '1'"> | 138 | v-if="ruleForm.qlxx.djlx == '300'"> |
139 | <select-table | 139 | <select-table |
140 | v-model="ruleForm.ssQlxx" | 140 | v-model="ruleForm.ssQlxx" |
141 | :table-width="730" | 141 | :table-width="730" |
... | @@ -190,9 +190,9 @@ | ... | @@ -190,9 +190,9 @@ |
190 | label="是否被续封:" | 190 | label="是否被续封:" |
191 | prop="cfdj.sfbxf" | 191 | prop="cfdj.sfbxf" |
192 | :rules="rules.sfbxfrules"> | 192 | :rules="rules.sfbxfrules"> |
193 | <el-radio-group v-model="ruleForm.cfdj.sfbxf" @change="djlxchange"> | 193 | <el-radio-group v-model="ruleForm.qlxx.djlx" @change="djlxchange"> |
194 | <el-radio label="1">是</el-radio> | 194 | <el-radio label="800">是</el-radio> |
195 | <el-radio label="2">否</el-radio> | 195 | <el-radio label="300">否</el-radio> |
196 | </el-radio-group> | 196 | </el-radio-group> |
197 | </el-form-item> | 197 | </el-form-item> |
198 | </el-col> | 198 | </el-col> |
... | @@ -547,9 +547,9 @@ | ... | @@ -547,9 +547,9 @@ |
547 | init(this.propsParam).then((res) => { | 547 | init(this.propsParam).then((res) => { |
548 | if (res.code == 200) { | 548 | if (res.code == 200) { |
549 | this.ruleForm = res.result; | 549 | this.ruleForm = res.result; |
550 | if (this.ruleForm.cfdj) { | 550 | // if (this.ruleForm.cfdj) { |
551 | this.ruleForm.cfdj.sfbxf = "2" | 551 | // this.ruleForm.cfdj.sfbxf = "2" |
552 | } | 552 | // } |
553 | this.isShow = true; | 553 | this.isShow = true; |
554 | let djlx = this.ruleForm.qlxx.djlx; | 554 | let djlx = this.ruleForm.qlxx.djlx; |
555 | this.$endLoading(); | 555 | this.$endLoading(); | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment