ade11b4a by renchao@pashanhoo.com

style:登记薄申请材料目录模块功能的完善

1 parent ac22ce35
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-08 15:08:19 4 * @LastEditTime: 2023-10-24 16:53:30
5 --> 5 -->
6 <template> 6 <template>
7 <div class="clmlmx-box"> 7 <div class="clmlmx-box">
...@@ -173,6 +173,7 @@ ...@@ -173,6 +173,7 @@
173 }, 173 },
174 mounted () { 174 mounted () {
175 this.initSort() 175 this.initSort()
176 console.log(this.formData);
176 }, 177 },
177 beforeDestroy () { 178 beforeDestroy () {
178 if (this.sortable) { 179 if (this.sortable) {
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-24 16:12:54 4 * @LastEditTime: 2023-10-24 16:55:26
5 --> 5 -->
6 <template> 6 <template>
7 <div class="clxx"> 7 <div class="clxx">
...@@ -164,10 +164,8 @@ ...@@ -164,10 +164,8 @@
164 * @author: renchao 164 * @author: renchao
165 */ 165 */
166 clmlInitList (type) { 166 clmlInitList (type) {
167 debugger
168 // 1:列表初始化 2:新增材料 167 // 1:列表初始化 2:新增材料
169 return new Promise((resolve) => { 168 return new Promise((resolve) => {
170 console.log(this.$parent, 'this.$parent');
171 repairInitClml(this.$parent).then((res) => { 169 repairInitClml(this.$parent).then((res) => {
172 if (res.code == 200) { 170 if (res.code == 200) {
173 resolve(res.code); 171 resolve(res.code);
...@@ -304,6 +302,7 @@ ...@@ -304,6 +302,7 @@
304 store.dispatch("user/reWorkFresh", false); 302 store.dispatch("user/reWorkFresh", false);
305 ywPopupDialog("申请材料目录", "djbworkflow/components/clxx/dialog/clxxDetailDialog", { 303 ywPopupDialog("申请材料目录", "djbworkflow/components/clxx/dialog/clxxDetailDialog", {
306 data: this.tableData, 304 data: this.tableData,
305 ableOperation: this.$parent.ableOperation
307 }, "60%", true, false) 306 }, "60%", true, false)
308 } 307 }
309 }, 308 },
......