Browse Source

错误回应

zhengnaiwen_citu 3 months ago
parent
commit
b07fec61b5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/dataChart/privateChart/privateChartEditParams.vue

+ 2 - 1
src/views/dataChart/privateChart/privateChartEditParams.vue

@@ -157,7 +157,8 @@ export default {
           container.scrollTop = container.scrollHeight
           container.scrollTop = container.scrollHeight
         })
         })
       } catch (error) {
       } catch (error) {
-        this.$message.error(error)
+        ask.content = error
+        // this.$message.error(error)
       } finally {
       } finally {
         this.inputTxt = null
         this.inputTxt = null
         this.isAlready = true
         this.isAlready = true