|
@@ -649,34 +649,6 @@ const getList = async (req) => {
|
|
|
getDict();
|
|
|
getList();
|
|
|
const newPriceSheet = () => {
|
|
|
- // let arr = [];
|
|
|
- // for (let j = 0; j < 5; j++) {
|
|
|
- // let a = [];
|
|
|
- // for (let i = 0; i < 7; i++) {
|
|
|
- // if (i < 5) {
|
|
|
- // let num = Math.ceil(Math.random() * 36);
|
|
|
- // if (a.includes(num)) {
|
|
|
- // a.push(Math.ceil(Math.random() * 36));
|
|
|
- // } else {
|
|
|
- // a.push(num);
|
|
|
- // }
|
|
|
- // } else {
|
|
|
- // let num = Math.ceil(Math.random() * 12);
|
|
|
- // if (i == 6) {
|
|
|
- // if (a[i - 1] == num) {
|
|
|
- // a.push(Math.ceil(Math.random() * 12));
|
|
|
- // } else {
|
|
|
- // a.push(num);
|
|
|
- // }
|
|
|
- // } else {
|
|
|
- // a.push(num);
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- // arr.push(a);
|
|
|
- // }
|
|
|
- // console.log(arr, "aa");
|
|
|
- // return;
|
|
|
proxy.$router.replace({
|
|
|
path: "/platform_manage/process/processApproval",
|
|
|
query: {
|