|
|
@@ -251,6 +251,9 @@ Component({
|
|
|
* @date : 2024/2/20 11:46
|
|
|
*/
|
|
|
openMulti(e) {
|
|
|
+ if(this.data.readonly){
|
|
|
+ return;
|
|
|
+ }
|
|
|
let type = e.currentTarget.dataset.type
|
|
|
let _this = this
|
|
|
// 选择主从业务员
|
|
|
@@ -543,7 +546,6 @@ Component({
|
|
|
* @date : 2024/2/18 18:16
|
|
|
*/
|
|
|
onClickWxchartAddress(e) {
|
|
|
- console.log('rere',this.data.readonly);
|
|
|
// 只读
|
|
|
if(this.data.readonly){
|
|
|
return;
|