From dc2d2f1e26a84d5600051c0ed086027a28b71162 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 26 十月 2023 11:31:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/views/code/code.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue index 1c397cf..0c65570 100644 --- a/Source/UBCS-WEB/src/views/code/code.vue +++ b/Source/UBCS-WEB/src/views/code/code.vue @@ -1,5 +1,5 @@ <template> - <basic-container class="code-total" style="height: 100%"> + <basic-container class="code-total" style=" height: 100%"> <!-- 缂栫爜瑙勫垯淇℃伅灞曠ず鍖哄煙 --> <basic-container class="code-rule-container"> <p @@ -2600,9 +2600,9 @@ onLoad(page, params = {}) { this.loading = true; gridCodeRule( - page.currentPage, - page.pageSize, - Object.assign({},params,this.query), + page.currentPage, + page.pageSize, + Object.assign({},params,this.query), ).then((res) => { //console.log(res.data); const data = res.data.data; @@ -2934,7 +2934,7 @@ if (!this.tipsMessage(this.selectionBasicList)) { return; } - if (this.selectionBasicList[0].lcStatus != "Editing") { + if (this.selectionList.at(-1).lcStatus != "Editing") { this.$message.warning('缂栫爜瑙勫垯鐘舵�佷笉鏄�"缂栬緫涓�"锛屼笉鍏佽鍒犻櫎鐮佹!'); return; } -- Gitblit v1.9.3