|
@@ -1513,7 +1513,7 @@ export default {
|
|
|
this.$refs.avatar.submitForm('submit')
|
|
|
break
|
|
|
case '打印':
|
|
|
- if (this.$refs.avatar.fStatus >= 3) {
|
|
|
+ if (Number(this.$refs.avatar.form.fStatus) >= 3) {
|
|
|
for (let item in this.contentList) {
|
|
|
for (let li in this.listData.fFeeid) {
|
|
|
if (this.contentList[item].fFeeid == this.listData.fFeeid[li].value) {
|