hn2.0
fanluyan 1 year ago
parent 2c74621290
commit b4e7afa2fc

@ -224,6 +224,7 @@ export default {
cmdId: "", cmdId: "",
equipName: "", equipName: "",
sim: "", sim: "",
protocol: 65283,
list: [ list: [
{ {
id: "", id: "",
@ -292,6 +293,7 @@ export default {
// displayName: this.formInfo.cmdId, // displayName: this.formInfo.cmdId,
// }; // };
this.$set(this.formInfo, "displayName", this.formInfo.cmdId); this.$set(this.formInfo, "displayName", this.formInfo.cmdId);
this.$set(this.formInfo, "protocol", 65283);
addTerminalJoggle(this.formInfo) addTerminalJoggle(this.formInfo)
.then((res) => { .then((res) => {
this.isShow = false; this.isShow = false;

Loading…
Cancel
Save