Commit f2e23299 by 王刘锁

点位管理设备类型

parent bf340319
......@@ -308,11 +308,11 @@ export default {
},
// 获取任务类型下拉
getTaskType(state, row) {
if (state && this.formData.tempId) {
// if (state && this.formData.tempId) {
this.ConfigTempType.getConfigTempTypeList({tempId: this.formData.tempId}).then(({data}) => {
this.$set(row, 'taskTypeOptions', data)
})
}
// }
},
// 提交
getSiteConfigAdd(formName) {
......
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 sign in to comment