From c1cff08cdbcee3278c1ac8d8a3a067e3bf015202 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期三, 21 二月 2024 22:45:01 +0800
Subject: [PATCH] 提交新内容
---
ruoyi-ui/src/views/note/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue
index 0cf20a7..730314f 100644
--- a/ruoyi-ui/src/views/note/index.vue
+++ b/ruoyi-ui/src/views/note/index.vue
@@ -2,7 +2,7 @@
<div class="app-container">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch">
<el-form-item label="绫诲瀷" prop="type">
-
+
<el-select v-model="queryParams.type" placeholder="璇烽�夋嫨绫诲埆" clearable
style="width: 200px;
height: 35px;
@@ -517,8 +517,9 @@
_this.typeOptions = []
getCategory().then(response=>{
console.log(response.data)
+ // alert(9801)
response.data.map(elem=>{
- _this.typeOptions.push({"label":elem.type, "value":elem.type})
+ _this.typeOptions.push({"label":elem, "value":elem})
})
// response.data.itemValues.replace("{","").replace("}","").split(",").map(elem=>{
// _this.typeOptions.push({"label":elem.split(":")[0], "value":elem.split(":")[0]})
@@ -679,7 +680,7 @@
},
/** 鍒犻櫎鎸夐挳鎿嶄綔 */
handleDelete(row) {
- alert(23)
+ //alert(23)
const Ids = row.id || this.ids;
this.$modal.confirm('鏄惁纭鍒犻櫎鎵�閫夋暟鎹」锛�').then(function() {
return delProperty(Ids);
--
Gitblit v1.9.1