diff --git a/src/views/quality/produceReport/index.vue b/src/views/quality/produceReport/index.vue index 7a28404..6a9ddcf 100644 --- a/src/views/quality/produceReport/index.vue +++ b/src/views/quality/produceReport/index.vue @@ -780,10 +780,8 @@ export default { 'min-width': '100px', 'word-break': 'keep-all' }, - rowList: [], spanArr: [], position: 0, - listData: [], }; }, created() { @@ -891,6 +889,8 @@ export default { delFlag: null, }; + this.spanArr = [] + this.position = 0 this.resetForm("form"); }, /** 搜索按钮操作 */