Commit 1c9a2bfe by huaying

fix: ll

parent ef2edd19
......@@ -31,7 +31,7 @@ export default {
components: { setActCode, SelectClerk },
data() {
return {
hmMemberNum: 1,
hmMemberNum: 0,
form: {
hmType: 1,
// name: '',
......@@ -58,7 +58,7 @@ export default {
getClerkNum() {
getRequest('/haoban-manage3-web/hm/qrcode/getAddCount', {}).then(res => {
if (res.data.code == 0) {
this.hmMemberNum = res.data.result || 1;
this.hmMemberNum = res.data.result || 0;
}
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment