This commit is contained in:
朱文强 2024-12-31 09:37:33 +08:00
parent d411105fa8
commit 6fed42bb11

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-11-18 14:16:25
* @LastEditors: zwq
* @LastEditTime: 2024-12-26 11:17:34
* @LastEditTime: 2024-12-26 14:38:40
* @Description:
-->
<template>
@ -194,10 +194,11 @@ export default {
this.$refs['dataForm'].resetFields();
if (this.type) {
this.potArr1.splice(0, this.potArr1.length);
const del = wId === '1696803324030865409' ? 0 : 4;
for (let i = 1; i <= 4; i++) {
const obj = {
id: i + (stacker - 1) * 4,
label: i + (stacker - 1) * 4 + '排',
id: i + (stacker - 1 - del) * 4,
label: i + (stacker - 1 - del) * 4 + '排',
};
this.potArr1.push(obj);
}