fix(项目设置): 修复如果时间属性没有值,下拉框选项回显有异常的问题

--user=郭雨琦 修复如果时间属性没有值,下拉框选项回显有异常的问题
This commit is contained in:
guoyuqi 2022-02-18 14:25:39 +08:00 committed by xiaomeinvG
parent c63df6ffba
commit 775d374715
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export default {
},
data() {
return {
selfQuantity: Number,
selfQuantity: "",
selfUnit: "",
selfChoose: this.choose,
selfExpr: this.expr,