/*4 GY定義 找到該元件下面的add方法*/
add() {
/* 5GY定義 給目前屬性下面的title指派*/
this.title = "新增";
/*重置新增的mode*/
this.mode=[]
this.show();
this.IsShow=true;
this.attr=''
this.viewMode = false;
this.approveMode = false
/* 7GY定義 給目前的form指派 并進行對象轉換*/
this.form = JSON.parse(JSON.stringify(this.defaultForm));
this.loading = false;
},
