|
@@ -656,8 +656,9 @@ const workMessage = (data: Object) => {
|
|
|
// element.type=Math.floor(Math.random() * 3)
|
|
|
|
|
|
// });
|
|
|
- let currentValue=workParamsAllRef.value
|
|
|
- workParamsAllRef.value = currentValue.concat(data);
|
|
|
+ // let currentValue=workParamsAllRef.value
|
|
|
+ // workParamsAllRef.value = currentValue.concat(data);
|
|
|
+ workParamsAllRef.value = data;
|
|
|
workChange()
|
|
|
};
|
|
|
const statusGk = ref([
|