st-comp 0.0.195 → 0.0.196
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/VarietySearch.cjs +2 -2
- package/es/VarietySearch.js +891 -891
- package/es/style.css +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +2 -2
- package/lib/{index-ec9fb74c.js → index-dac23ed6.js} +4 -4
- package/lib/{python-9c93f491.js → python-fdc6b946.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/VarietySearch/components/FactorScreen/index.vue +4 -0
package/package.json
CHANGED
|
@@ -303,6 +303,10 @@ watch(
|
|
|
303
303
|
monacoEditorRef.value.setValue(data.value.factorSelectExpr);
|
|
304
304
|
monacoEditorRef.value.focusToEnd();
|
|
305
305
|
}
|
|
306
|
+
// 如果有模板内容, 直接切换到模板模式
|
|
307
|
+
if ((data.value.sqlEnable && data.value.sqlValue) || (!data.value.sqlEnable && data.value.list.length)) {
|
|
308
|
+
factorType.value = "模版";
|
|
309
|
+
}
|
|
306
310
|
});
|
|
307
311
|
break;
|
|
308
312
|
}
|