From f119894e61a56d584c140b40baa6a4420dc8e8d6 Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期一, 15 一月 2024 20:21:21 +0800 Subject: [PATCH] 上传配方 --- jcdm-ui/src/views/main/cfkb/Instructions/index.vue | 3 ++- 1 files changed, 2 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 7d33e70..c3e001c 100644 --- a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue +++ b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue @@ -130,7 +130,7 @@ address: '涓婃捣甯傛櫘闄�鍖洪噾娌欐睙璺� 1516 寮�' }], address: '', - src: 'https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg', + // src: 'https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg', // src: 'file:///D:/img/qt.jpg' intervalId: null, @@ -203,6 +203,7 @@ listFormulaChild(this.queryParams).then(response => { // this.tableData = []; this.tableData = response.rows; + console.log(response.rows) this.$nextTick(() => { clearInterval(this.intervalId); document.getElementById('outerDiv0').style.background = 'yellow' -- Gitblit v1.9.3