From 0ae9acad17724f5da4bfd68250ae2b5f3aefd188 Mon Sep 17 00:00:00 2001
From: wujian <14790700720@163.com>
Date: 星期四, 18 一月 2024 13:56:46 +0800
Subject: [PATCH] add prepareOnline

---
 jcdm-ui/src/views/main/cfkb/Instructions/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
index 7097c32..1027de8 100644
--- a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
+++ b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
@@ -241,7 +241,7 @@
       /** 鏌ヨ閰嶆柟閰嶇疆瀛愪俊鎭垪琛� */
       this.queryParams.productCode = val;
       listFormulaChild(this.queryParams).then(response => {
-        // this.tableData = [];
+        this.tableData = [];
         this.tableData = response.rows;
         console.log(response.rows)
         this.$nextTick(() => {

--
Gitblit v1.9.3