巡查上报设置
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
</ai-select>
|
</ai-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="节点类型" prop="nodeType" v-else>
|
<el-form-item label="节点类型" prop="nodeType" v-else>
|
||||||
<ai-select :disabled="getGirdList.length == 1"
|
<ai-select :disabled="getGirdList.length == 1 && form.nodeType == '1'"
|
||||||
v-model="form.nodeType"
|
v-model="form.nodeType"
|
||||||
clearable
|
clearable
|
||||||
placeholder="请选择..."
|
placeholder="请选择..."
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
</ai-dialog>
|
</ai-dialog>
|
||||||
</template>
|
</template>
|
||||||
<template slot="footer">
|
<template slot="footer">
|
||||||
<el-button @click="getList">取消</el-button>
|
<el-button @click="getList">返回</el-button>
|
||||||
<el-button type="primary" @click="confirm">提交</el-button>
|
<el-button type="primary" @click="confirm">提交</el-button>
|
||||||
</template>
|
</template>
|
||||||
</ai-detail>
|
</ai-detail>
|
||||||
@@ -237,7 +237,7 @@
|
|||||||
this.editIndex = index
|
this.editIndex = index
|
||||||
this.form = {...this.list[index]}
|
this.form = {...this.list[index]}
|
||||||
if(this.form.nodeType != '0') {
|
if(this.form.nodeType != '0') {
|
||||||
this.getGird(index)
|
this.getGird(index-1)
|
||||||
}
|
}
|
||||||
this.dialogTitle = '编辑节点'
|
this.dialogTitle = '编辑节点'
|
||||||
this.dialog = true
|
this.dialog = true
|
||||||
|
|||||||
Reference in New Issue
Block a user