更新
This commit is contained in:
parent
d411105fa8
commit
6fed42bb11
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user