Browse Source

小修

han_v3
herenshan112 4 months ago
parent
commit
bf7e27db94
  1. 8
      src/views/sysworkflow/lowcodepage/appPage/appPageForm/echatesUnit/winBox/dimMea.vue

8
src/views/sysworkflow/lowcodepage/appPage/appPageForm/echatesUnit/winBox/dimMea.vue

@ -616,15 +616,15 @@ const huanyuan = () => {
}; };
// //
const weiduBianhua = () => { const weiduBianhua = () => {
console.log("------------------->", checkDimList.value); // console.log("------------------->", checkDimList.value);
checkDimList.value = checkDimList.value.slice(-1); checkDimList.value = checkDimList.value.slice(-1);
console.log("------------------->", checkDimList.value); // console.log("------------------->", checkDimList.value);
return false; return false;
}; };
// //
const duliangBianhua = () => { const duliangBianhua = () => {
console.log("------------------->", checkMeaList.value); // console.log("------------------->", checkMeaList.value);
console.log("------------------->", controlData.value.type); // console.log("------------------->", controlData.value.type);
if (controlData.value.type == "barRace") { if (controlData.value.type == "barRace") {
checkMeaList.value = checkMeaList.value.slice(-1); checkMeaList.value = checkMeaList.value.slice(-1);
} }

Loading…
Cancel
Save