style:材料明细
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -162,7 +162,7 @@ | ... | @@ -162,7 +162,7 @@ |
162 | > | 162 | > |
163 | 下移 | 163 | 下移 |
164 | </el-button> | 164 | </el-button> |
165 | <i v-show={scope.row.isrequired != '1' && formData.ableOperation} onClick={() => { | 165 | <i v-show={scope.row.isrequired != '1' && this.formData.ableOperation} onClick={() => { |
166 | this.handleDelete(scope.$index, scope.row); | 166 | this.handleDelete(scope.$index, scope.row); |
167 | }} class="el-icon-delete pointer" style="color:#409EFF;margin-left:5px;position: relative;top: 1px;"></i> | 167 | }} class="el-icon-delete pointer" style="color:#409EFF;margin-left:5px;position: relative;top: 1px;"></i> |
168 | </div > | 168 | </div > |
... | @@ -177,6 +177,7 @@ | ... | @@ -177,6 +177,7 @@ |
177 | watch: { | 177 | watch: { |
178 | 'formData.data': { | 178 | 'formData.data': { |
179 | handler: function (val, oldVal) { | 179 | handler: function (val, oldVal) { |
180 | console.log(val, 'valvalval'); | ||
180 | this.tableData = _.cloneDeep(val) | 181 | this.tableData = _.cloneDeep(val) |
181 | }, | 182 | }, |
182 | immediate: true, | 183 | immediate: true, | ... | ... |
-
Please register or sign in to post a comment