|
|
@ -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;
|
|
|
|