|
@@ -7,7 +7,7 @@
|
|
|
<text class="msg" v-if="item.name == 'baobaoloudong'">例:XX社区 + XX小区 + X栋</text>
|
|
|
</uni-forms-item>
|
|
|
</uni-forms>
|
|
|
- <button :disabled="btnText == '已报道'" class="btn" type="primary" @click="submitForm">{{ btnText }}</button>
|
|
|
+ <button :disabled="btnText == '已报到'" class="btn" type="primary" @click="submitForm">{{ btnText }}</button>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -52,7 +52,7 @@
|
|
|
const res = await request.getGbStatus();
|
|
|
if (res.data) {
|
|
|
this.formData = { ...res.data, sex: String(res.data.sex), jianrensanzhang: String(res.data.jianrensanzhang) };
|
|
|
- this.btnText = '已报道';
|
|
|
+ this.btnText = '已报到';
|
|
|
}
|
|
|
await this.setDict();
|
|
|
},
|