反馈修改
This commit is contained in:
@@ -140,7 +140,8 @@ export default {
|
||||
immediate: true,
|
||||
},
|
||||
},
|
||||
methods: {},
|
||||
methods: {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
|
||||
@@ -249,10 +249,6 @@ export default {
|
||||
this.$refs.inputDialog.close()
|
||||
},
|
||||
dialogInputConfirm(val) {
|
||||
if (!val) {
|
||||
this.$util.toast('请输入备注')
|
||||
return
|
||||
}
|
||||
if (this.dialogType == '取消调试') {
|
||||
cancelDebug({
|
||||
deviceId: this.devId,
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
:localdata="projectRange"
|
||||
@change="queryTopologyDiagramPage"
|
||||
disabled
|
||||
:clearable="false"
|
||||
:clear="false"
|
||||
></uni-data-select>
|
||||
</uni-forms-item>
|
||||
<!-- <uni-forms-item label="型号">
|
||||
@@ -114,6 +114,8 @@
|
||||
v-model="point.linePostion"
|
||||
:localdata="positionList"
|
||||
@change="positionChange"
|
||||
:clear="false"
|
||||
disabled
|
||||
></uni-data-select>
|
||||
<uni-easyinput
|
||||
:clearable="false"
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
v-model="formData.projectId"
|
||||
:localdata="projectRange"
|
||||
@change="queryTopologyDiagramPage"
|
||||
:clear="false"
|
||||
></uni-data-select>
|
||||
<uni-icons
|
||||
type="plusempty"
|
||||
@@ -142,6 +143,8 @@
|
||||
v-model="point.position"
|
||||
:localdata="positionList"
|
||||
@change="positionChange"
|
||||
disabled
|
||||
:clear="false"
|
||||
></uni-data-select>
|
||||
<uni-easyinput
|
||||
:clearable="false"
|
||||
|
||||
Reference in New Issue
Block a user