添加
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Date: 2024-10-08 14:29:36
|
||||
* @LastEditors: shirlwang
|
||||
* @LastEditTime: 2025-11-03 16:11:03
|
||||
* @LastEditTime: 2025-11-04 13:53:56
|
||||
-->
|
||||
<template>
|
||||
<view class="container">
|
||||
@@ -493,7 +493,7 @@
|
||||
if (this.edit) {
|
||||
if(type === 'workTypeTree') {
|
||||
if (!this.workTypeTreeColumns[0] || !this.workTypeTreeColumns[0].length) {
|
||||
this.$u.toast('工种数据未加载,请稍后重试');
|
||||
uni.showToast({title: '工种数据未加载,请稍后重试'});
|
||||
return;
|
||||
}
|
||||
// 弹窗打开时,初始化临时columns和index
|
||||
|
||||
Reference in New Issue
Block a user