更新
This commit is contained in:
parent
d411105fa8
commit
6fed42bb11
@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2021-11-18 14:16:25
|
* @Date: 2021-11-18 14:16:25
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2024-12-26 11:17:34
|
* @LastEditTime: 2024-12-26 14:38:40
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -194,10 +194,11 @@ export default {
|
|||||||
this.$refs['dataForm'].resetFields();
|
this.$refs['dataForm'].resetFields();
|
||||||
if (this.type) {
|
if (this.type) {
|
||||||
this.potArr1.splice(0, this.potArr1.length);
|
this.potArr1.splice(0, this.potArr1.length);
|
||||||
|
const del = wId === '1696803324030865409' ? 0 : 4;
|
||||||
for (let i = 1; i <= 4; i++) {
|
for (let i = 1; i <= 4; i++) {
|
||||||
const obj = {
|
const obj = {
|
||||||
id: i + (stacker - 1) * 4,
|
id: i + (stacker - 1 - del) * 4,
|
||||||
label: i + (stacker - 1) * 4 + '排',
|
label: i + (stacker - 1 - del) * 4 + '排',
|
||||||
};
|
};
|
||||||
this.potArr1.push(obj);
|
this.potArr1.push(obj);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user