瀏覽代碼

修复表单点击修改时下拉框不显示表的列名

zyz 1 年之前
父節點
當前提交
0f616589de
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      zkqy-ui/src/views/asEditor/components/rightslider/investigatestyle/index.vue

+ 6 - 0
zkqy-ui/src/views/asEditor/components/rightslider/investigatestyle/index.vue

@@ -452,6 +452,12 @@ export default {
 
     //添加文本
     addText() {
+      // 获取当前选中的tableName
+      const currentTableName = this.datas.tableName;
+      console.log(currentTableName);
+      // 调用接口获取字段列表
+      this.getFieldOptions(currentTableName);
+
       console.log(this.datas);
       if (!this.datas.tableName) {
         this.$message.error("请先选择数据库表");