Merge branch 'nice_dev' into develop
This commit is contained in:
commit
1951d23eab
1 changed files with 2 additions and 3 deletions
|
|
@ -373,10 +373,9 @@ watch(props, () => {
|
|||
});
|
||||
console.log("personal", personal.value);
|
||||
}
|
||||
|
||||
// console.log("draft===>", personal.value.draft);
|
||||
|
||||
if (personal.value.draft === false) {
|
||||
|
||||
if (personal.value && personal.value.draft === false) {
|
||||
// const findData = dataRespone.value.find(findByPerson);
|
||||
let findData: any = null;
|
||||
console.log(dataRespone.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue