瀏覽代碼

Merge branch 'master' of http://101.200.220.49:8001/xiuli.gao/playlet

xiuli.gao 2 年之前
父節點
當前提交
21f00604ce
共有 1 個文件被更改,包括 7 次插入3 次删除
  1. 7 3
      project/src/components/manage/tagManage.vue

+ 7 - 3
project/src/components/manage/tagManage.vue

107
       }).then((res) => {
107
       }).then((res) => {
108
         var res = res.data
108
         var res = res.data
109
         if(res&&res.errno == 0){
109
         if(res&&res.errno == 0){
110
-          this.init(1)
110
+          this.init('orderGroup')
111
           return
111
           return
112
         }
112
         }
113
         this.$message({
113
         this.$message({
165
       this.input_keyword = ''
165
       this.input_keyword = ''
166
       this.init()
166
       this.init()
167
     },
167
     },
168
-    init () {
169
-      this.loading = true
168
+    init (opa) {
169
+      if(opa=='orderGroup'){
170
+        this.loading = false
171
+      }else{
172
+        this.loading = true
173
+      }
170
       this.$axios.get(this.URL.BASEURL + this.URL.tagList, {
174
       this.$axios.get(this.URL.BASEURL + this.URL.tagList, {
171
         params: {
175
         params: {
172
           keyword: this.input_keyword
176
           keyword: this.input_keyword