|
|
@@ -1548,11 +1548,11 @@ export default {
|
|
|
}
|
|
|
// this.formData.WellNo = this.$refs.selectWellNo.selectedLabel + '';
|
|
|
this.formData.RegCapital = parseFloat(this.formData.RegCapital)
|
|
|
- let isCompanyUser = ''
|
|
|
- if (this.authUser.Profile.IsCompanyUser === 1) {
|
|
|
- isCompanyUser = '1'
|
|
|
- }
|
|
|
- api.signupCommercialNo(this.formData.CommercialNo, this.formData.Id, isCompanyUser, this.$axios).then(res => {
|
|
|
+ // let isCompanyUser = ''
|
|
|
+ // if (this.authUser.Profile.IsCompanyUser === 1) {
|
|
|
+ // isCompanyUser = '1'
|
|
|
+ // }
|
|
|
+ api.checkCommercialApply(this.formData.CommercialNo, this.formData.Id, this.$axios).then(res => {
|
|
|
if (res.data.item) {
|
|
|
this.$message({
|
|
|
duration: 10000,
|