|
@@ -419,11 +419,15 @@ export default {
|
|
|
that.typechange()
|
|
|
that.ruleForm.name=res.data.data.priceTypeId;
|
|
|
that.fullscreenLoading=false;
|
|
|
+
|
|
|
if(that.userid!=res.data.data.createUserId){
|
|
|
that.thesame=true;
|
|
|
}else if(res.data.data.fAudit==1||res.data.data.mAudit==1){
|
|
|
that.thesame=true;
|
|
|
- }
|
|
|
+ if(that.ruleForm.type==90){
|
|
|
+ that.thesame=false;
|
|
|
+ }
|
|
|
+ }
|
|
|
if(that.thesame==true){
|
|
|
that.banned=true;
|
|
|
that.bannedtype=true;
|