|
@@ -472,10 +472,16 @@ export default {
|
|
|
if (this.IsAuditGM == 1) {
|
|
|
this.$message.error('已通过审核,不可修改!');
|
|
|
} else {
|
|
|
- if (this.diId == null && this.diId == undefined && this.diId == "") {
|
|
|
- this.$message.error("请选择团组名称");
|
|
|
+ if (!this.diId) {
|
|
|
+ this.$message.error("请选择团组!");
|
|
|
return;
|
|
|
} else {
|
|
|
+
|
|
|
+ if (!this.currency) {
|
|
|
+ this.$message.error("请选择币种!");
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
var that = this
|
|
|
that.$refs.OPContenData.validate((valid) => {
|
|
|
if (valid) {
|