fix(项目设置): 修复如果时间属性没有值,下拉框选项回显有异常的问题
--user=郭雨琦 修复如果时间属性没有值,下拉框选项回显有异常的问题
This commit is contained in:
parent
ff3575970b
commit
7baf292495
|
@ -92,7 +92,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
selfQuantity: Number,
|
||||
selfQuantity: "",
|
||||
selfUnit: "",
|
||||
selfChoose: this.choose,
|
||||
selfExpr: this.expr,
|
||||
|
|
Loading…
Reference in New Issue