Commit 5a14ffb7 by 李耀琨

更新

parent 9c5628ec
......@@ -4,8 +4,8 @@ ENV = 'development'
#VUE_APP_WS_API = 'ws://192.168.0.2:9888/'
VUE_APP_BASE_API = 'http://192.168.0.44:9888/'
VUE_APP_WS_API = 'ws://192.168.0.44:9888/'
VUE_APP_BASE_API = 'http://192.168.0.44:9882/'
VUE_APP_WS_API = 'ws://192.168.0.44:9882/'
......
......@@ -700,6 +700,9 @@ import {
excelSheetType,
previousSteps,
inputOutputFields,
availableCharsets,
valueFormat,
valueMeta,
} from "@/api/kettle/link";
import tableInput from "../appBulletFrame/tableInput";
......@@ -718,6 +721,8 @@ export default {
SystemInfoDialog:false,
ConstantDialog:false,
RandomValueDialog:false,
fieldType:{},
fieldFormat:{},
stepName:{},
tableData: [
{
......@@ -752,8 +757,13 @@ export default {
},
zoom: 0.5,
workForm:{},
fieldForm:{},
excelLnput: false,
edit: false,
work:false,
field:false,
form: {
checked: true,
},
......@@ -878,6 +888,8 @@ export default {
});
},
methods: {
addSheet(){},
fileChnageInput(e) {
console.log(e);
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment