ade11b4a by renchao@pashanhoo.com

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

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