5626fa9e by renchao@pashanhoo.com

style:权利人

1 parent fa7aa969
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 13:26:31 4 * @LastEditTime: 2023-08-16 14:08:42
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
...@@ -179,7 +179,6 @@ ...@@ -179,7 +179,6 @@
179 } 179 }
180 this.key++ 180 this.key++
181 }, 181 },
182 // 新增
183 /** 182 /**
184 * @description: 新增 183 * @description: 新增
185 * @author: renchao 184 * @author: renchao
......
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
344 </el-col> 344 </el-col>
345 </el-row> 345 </el-row>
346 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation" 346 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation"
347 :gyfs="ruleForm.slsq.gyfs" /> 347 :gyfs="ruleForm.qlxx.gyfs" />
348 348
349 <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> 349 <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'">
350 <div class="slxx_title title-block"> 350 <div class="slxx_title title-block">
......