修改:selectFwsyqQlxx调用方法修改
Showing
4 changed files
with
5 additions
and
5 deletions
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-05-17 10:13:24 | 4 | * @LastEditTime: 2023-05-17 10:13:24 |
| 5 | */ | 5 | */ |
| ... | @@ -348,7 +348,7 @@ export function selectJsydQlxxSplitMergeBefore (data) { | ... | @@ -348,7 +348,7 @@ export function selectJsydQlxxSplitMergeBefore (data) { |
| 348 | */ | 348 | */ |
| 349 | export function selectFwsyq (data) { | 349 | export function selectFwsyq (data) { |
| 350 | return request({ | 350 | return request({ |
| 351 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectFwsyq', | 351 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectFwsyqQlxx', |
| 352 | method: 'post', | 352 | method: 'post', |
| 353 | data | 353 | data |
| 354 | }) | 354 | }) | ... | ... |
| ... | @@ -173,7 +173,7 @@ | ... | @@ -173,7 +173,7 @@ |
| 173 | </el-col> | 173 | </el-col> |
| 174 | </el-row> | 174 | </el-row> |
| 175 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 175 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 176 | :gyfs="ruleForm.qlxx.gyfs" /> | 176 | :gyfs="ruleForm.slsq.gyfs" /> |
| 177 | 177 | ||
| 178 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> | 178 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> |
| 179 | <div class="slxx_title title-block"> | 179 | <div class="slxx_title title-block"> | ... | ... |
| ... | @@ -166,7 +166,7 @@ | ... | @@ -166,7 +166,7 @@ |
| 166 | </el-col> | 166 | </el-col> |
| 167 | </el-row> | 167 | </el-row> |
| 168 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 168 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 169 | :gyfs="ruleForm.qlxx.gyfs" /> | 169 | :gyfs="ruleForm.slsq.gyfs" /> |
| 170 | <div class="slxx_title title-block"> | 170 | <div class="slxx_title title-block"> |
| 171 | 登记原因 | 171 | 登记原因 |
| 172 | <div class="triangle"></div> | 172 | <div class="triangle"></div> | ... | ... |
| ... | @@ -130,7 +130,7 @@ | ... | @@ -130,7 +130,7 @@ |
| 130 | </el-col> | 130 | </el-col> |
| 131 | </el-row> | 131 | </el-row> |
| 132 | <qlrCommonTable v-if="ruleForm.qlxxList[0]" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 132 | <qlrCommonTable v-if="ruleForm.qlxxList[0]" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 133 | :gyfs="ruleForm.qlxxList[0].gyfs" /> | 133 | :gyfs="ruleForm.slsq.gyfs" /> |
| 134 | <div class="slxx_title title-block"> | 134 | <div class="slxx_title title-block"> |
| 135 | 登记原因 | 135 | 登记原因 |
| 136 | <div class="triangle"></div> | 136 | <div class="triangle"></div> | ... | ... |
-
Please register or sign in to post a comment