From 45497e82a14e261742b84668663d45980dcc6316 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 19 Sep 2024 15:07:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:gx=E6=88=90=E5=93=81=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=97=B6=E4=B8=8D=E5=90=88=E6=A0=BC=E5=8E=9F?= =?UTF-8?q?=E5=9B=A0=E5=A4=8D=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/products_form.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/qm/products_form.vue b/src/views/qm/products_form.vue index e78535c8..53942f09 100644 --- a/src/views/qm/products_form.vue +++ b/src/views/qm/products_form.vue @@ -624,6 +624,8 @@ export default { setData(data) { Object.assign(this.form, data); this.formCount = this.form.count; + this.form.count_notok = data.count_notok; + this.count_notok_json = data.count_notok_json; }, //设置过滤项 setFilters(filters) {