@ -266,7 +266,7 @@
}
const faultLocationChange = (val) => {
const obj = faultLocationOptions.value.find((i) => {
return (i.pointName = val);
return (i.pointName == val);
});
form.longitude = obj.longitude;
form.latitude = obj.latitude;
@ -148,7 +148,7 @@
// startWorkFlow
const startWorkFlowParam = {
businessKey: ret.id,
tableName: 'test_leave',
tableName: 'work_order_info',
// 对应的流程key
// processKey: data.version,
variables: {