|
|
|
@ -170,7 +170,8 @@ export default {
|
|
|
|
|
.then((res) => {
|
|
|
|
|
console.log(res);
|
|
|
|
|
this.markId = res.data.markId;
|
|
|
|
|
|
|
|
|
|
this.color = res.data.color;
|
|
|
|
|
this.num = res.data.boderWidth;
|
|
|
|
|
if (res.data.path !== null) {
|
|
|
|
|
this.picsrc = res.data.path;
|
|
|
|
|
if (res.data.list.length !== 0) {
|
|
|
|
|