Commit bd312ab7 authored by Li MingZhe's avatar Li MingZhe

fix: 依赖文件替换

parent 962ed42f
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
"compressing": "^1.5.0", "compressing": "^1.5.0",
"ng-zorro-antd": "^8.5.2", "ng-zorro-antd": "^8.5.2",
"rxjs": "~6.5.4", "rxjs": "~6.5.4",
"node-sass": "^4.0.0",
"spark-md5": "^3.0.0", "spark-md5": "^3.0.0",
"tslib": "^1.10.0", "tslib": "^1.10.0",
"node-sass": "^4.0.0",
"zone.js": "~0.10.2" "zone.js": "~0.10.2"
}, },
"devDependencies": { "devDependencies": {
...@@ -55,4 +55,4 @@ ...@@ -55,4 +55,4 @@
"tslint": "~5.18.0", "tslint": "~5.18.0",
"typescript": "~3.7.5" "typescript": "~3.7.5"
} }
} }
\ No newline at end of file
...@@ -27,7 +27,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -27,7 +27,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
{color: '#00ff00', text: '绿色'}, {color: '#00ff00', text: '绿色'},
]; ];
bgColor;
customTypeGroupArr = [ customTypeGroupArr = [
...@@ -176,7 +176,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -176,7 +176,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
} }
saveBgColor(i) { saveBgColor(i) {
console.log(' in saveBgClor: ', this.bgColor);
this.item.bgColorId = i; this.item.bgColorId = i;
this.item.bgColor = this.bgColorArr[i].color; this.item.bgColor = this.bgColorArr[i].color;
this.save(); this.save();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment